home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_1085 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  350 b   |  17 lines

  1. on(release){
  2.    if(eval("/:playonce") != "1")
  3.    {
  4.       if(eval("/:play") != "1")
  5.       {
  6.          n = _name.substr("2","2");
  7.          tellTarget("../t" add n add "/d")
  8.          {
  9.             gotoAndStop("hide");
  10.             play();
  11.          }
  12.          set("/:d" add n,"1");
  13.          gotoAndPlay(_currentframe + "1");
  14.       }
  15.    }
  16. }
  17.